const runtime.bucketCntBits

3 uses

	runtime (current package)
		map.go#L66: 	bucketCntBits = 3
		map.go#L67: 	bucketCnt     = 1 << bucketCntBits
		map.go#L846: 	if h.B > 31-bucketCntBits {